Html Css Color HEX #F2A838 Lightning Yellow

📋 copy color: '#F2A838'

red 242 ◦ green 168 ◦ blue 56

#F2A838
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #F2A838

Tints of Lightning Yellow #F2A838

RGB

 RED value IS 242 (94.92% from 255) = 51.93%

 GREEN value IS 168 (66.02% from 255) = 36.05%

 BLUE value IS 56 (22.27% from 255) = 12.02%

R = 51.93%
G = 36.05%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2A838 (or 0xF2A838) is known color: Lightning Yellow. HEX triplet: F2, A8 and 38. RGB value is (242,168,56). Sum of RGB (Red+Green+Blue) = 242+168+56=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 56 (22.27% from 255 or 12.02% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A838 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A838 is #0D57C7. Grayscale: #B1B1B1. Windows color (decimal): -874440 or 3713266. OLE color: 3713266.

HSL color Cylindrical-coordinate representation of color #F2A838: hue angle of 36.13º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2A838 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 168 56 -
CMYK 0 0.31 0.77 0.05
HSL 36.13º 0.88% 0.58% -
HSV(B) 36.13º 0.77% 0.95% -
XYZ 51.33 47.17 10.14 -
YUV 177.36 59.52 174.11 -
System Red Green Blue C M Y K H S L
Decimal 242 168 56 0 0.31 0.77 0.05 36.13 0.88 0.58
Hex F2 A8 38 0 1F 4D 5 24 58 3A
Octal 362 250 70 0 37 115 5 44 130 72
Binary 11110010 10101000 111000 0 11111 1001101 101 100100 1011000 111010

Color Harmonies of #F2A838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A838

Black with #F2A838

Text Example


Text Example

White with #F2A838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A838; }

 p { color: rgb(242,168,56); }

 H1.HeaderClassName
 {
   color: #F2A838;
 }
 .AnyTagClassName
 {
   color: #F2A838;
 }
</style>

background-color css

<style>
 a { background-color: #F2A838; }

 a { background-color: rgb(242,168,56); }

 div.DivClassName
 {
   background-color: #F2A838;
 }
 .BgClassName
 {
   background-color: #F2A838;
 }
</style>

border-color css

<style>
 span { border-color: #F2A838; }

 span { border-color: rgb(242,168,56); }

 td.TdClassName
 {
   border-color: #F2A838;
 }
 .TagClassName
 {
   border-color: #F2A838;
 }
</style>