Html Css Color HEX #F2A230 Lightning Yellow

📋 copy color: '#F2A230'

red 242 ◦ green 162 ◦ blue 48

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

Shades of Lightning Yellow #F2A230

Tints of Lightning Yellow #F2A230

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.84%

 BLUE value IS 48 (19.14% from 255) = 10.62%

R = 53.54%
G = 35.84%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F2A230 (or 0xF2A230) is known color: Lightning Yellow. HEX triplet: F2, A2 and 30. RGB value is (242,162,48). Sum of RGB (Red+Green+Blue) = 242+162+48=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A230 is #0D5DCF. Grayscale: #ADADAD. Windows color (decimal): -875984 or 3187442. OLE color: 3187442.

HSL color Cylindrical-coordinate representation of color #F2A230: hue angle of 35.26º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2A230 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 162 48 -
CMYK 0 0.33 0.80 0.05
HSL 35.26º 0.88% 0.57% -
HSV(B) 35.26º 0.8% 0.95% -
XYZ 50.07 44.93 8.83 -
YUV 172.92 57.5 177.27 -
System Red Green Blue C M Y K H S L
Decimal 242 162 48 0 0.33 0.80 0.05 35.26 0.88 0.57
Hex F2 A2 30 0 21 50 5 23 58 39
Octal 362 242 60 0 41 120 5 43 130 71
Binary 11110010 10100010 110000 0 100001 1010000 101 100011 1011000 111001

Color Harmonies of #F2A230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A230

Black with #F2A230

Text Example


Text Example

White with #F2A230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A230; }

 p { color: rgb(242,162,48); }

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

background-color css

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

 a { background-color: rgb(242,162,48); }

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

border-color css

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

 span { border-color: rgb(242,162,48); }

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