Html Css Color HEX #FBA52C Lightning Yellow

📋 copy color: '#FBA52C'

red 251 ◦ green 165 ◦ blue 44

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

Shades of Lightning Yellow #FBA52C

Tints of Lightning Yellow #FBA52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.87%

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

R = 54.57%
G = 35.87%
B = 9.57%

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

#FBA52C (or 0xFBA52C) is known color: Lightning Yellow. HEX triplet: FB, A5 and 2C. RGB value is (251,165,44). Sum of RGB (Red+Green+Blue) = 251+165+44=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA52C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA52C is #045AD3. Grayscale: #B1B1B1. Windows color (decimal): -285396 or 2926075. OLE color: 2926075.

HSL color Cylindrical-coordinate representation of color #FBA52C: hue angle of 35.07º 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 #FBA52C is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 165 44 -
CMYK 0 0.34 0.82 0.02
HSL 35.07º 0.96% 0.58% -
HSV(B) 35.07º 0.82% 0.98% -
XYZ 53.69 47.6 8.74 -
YUV 176.92 52.99 180.84 -
System Red Green Blue C M Y K H S L
Decimal 251 165 44 0 0.34 0.82 0.02 35.07 0.96 0.58
Hex FB A5 2C 0 22 52 2 23 60 3A
Octal 373 245 54 0 42 122 2 43 140 72
Binary 11111011 10100101 101100 0 100010 1010010 10 100011 1100000 111010

Color Harmonies of #FBA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA52C

Black with #FBA52C

Text Example


Text Example

White with #FBA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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