Html Css Color HEX #FBA62C Lightning Yellow

📋 copy color: '#FBA62C'

red 251 ◦ green 166 ◦ blue 44

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

Shades of Lightning Yellow #FBA62C

Tints of Lightning Yellow #FBA62C

RGB

 RED value IS 251 (98.44% from 255) = 54.45%

 GREEN value IS 166 (65.23% from 255) = 36.01%

 BLUE value IS 44 (17.58% from 255) = 9.54%

R = 54.45%
G = 36.01%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBA62C (or 0xFBA62C) is known color: Lightning Yellow. HEX triplet: FB, A6 and 2C. RGB value is (251,166,44). Sum of RGB (Red+Green+Blue) = 251+166+44=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA62C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA62C is #0459D3. Grayscale: #B2B2B2. Windows color (decimal): -285140 or 2926331. OLE color: 2926331.

HSL color Cylindrical-coordinate representation of color #FBA62C: hue angle of 35.36º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBA62C is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 166 44 -
CMYK 0 0.34 0.82 0.02
HSL 35.36º 0.96% 0.58% -
HSV(B) 35.36º 0.82% 0.98% -
XYZ 53.87 47.96 8.8 -
YUV 177.51 52.66 180.42 -
System Red Green Blue C M Y K H S L
Decimal 251 166 44 0 0.34 0.82 0.02 35.36 0.96 0.58
Hex FB A6 2C 0 22 52 2 23 60 3A
Octal 373 246 54 0 42 122 2 43 140 72
Binary 11111011 10100110 101100 0 100010 1010010 10 100011 1100000 111010

Color Harmonies of #FBA62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA62C

Black with #FBA62C

Text Example


Text Example

White with #FBA62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA62C; }

 p { color: rgb(251,166,44); }

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

background-color css

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

 a { background-color: rgb(251,166,44); }

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

border-color css

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

 span { border-color: rgb(251,166,44); }

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