Html Css Color HEX #FAA02B Lightning Yellow

📋 copy color: '#FAA02B'

red 250 ◦ green 160 ◦ blue 43

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

Shades of Lightning Yellow #FAA02B

Tints of Lightning Yellow #FAA02B

RGB

 RED value IS 250 (98.05% from 255) = 55.19%

 GREEN value IS 160 (62.89% from 255) = 35.32%

 BLUE value IS 43 (17.19% from 255) = 9.49%

R = 55.19%
G = 35.32%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAA02B (or 0xFAA02B) is known color: Lightning Yellow. HEX triplet: FA, A0 and 2B. RGB value is (250,160,43). Sum of RGB (Red+Green+Blue) = 250+160+43=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA02B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA02B is #055FD4. Grayscale: #AEAEAE. Windows color (decimal): -352213 or 2859258. OLE color: 2859258.

HSL color Cylindrical-coordinate representation of color #FAA02B: hue angle of 33.91º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAA02B is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 160 43 -
CMYK 0 0.36 0.83 0.02
HSL 33.91º 0.95% 0.57% -
HSV(B) 33.91º 0.83% 0.98% -
XYZ 52.43 45.64 8.33 -
YUV 173.57 54.32 182.51 -
System Red Green Blue C M Y K H S L
Decimal 250 160 43 0 0.36 0.83 0.02 33.91 0.95 0.57
Hex FA A0 2B 0 24 53 2 22 5F 39
Octal 372 240 53 0 44 123 2 42 137 71
Binary 11111010 10100000 101011 0 100100 1010011 10 100010 1011111 111001

Color Harmonies of #FAA02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA02B

Black with #FAA02B

Text Example


Text Example

White with #FAA02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA02B; }

 p { color: rgb(250,160,43); }

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

background-color css

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

 a { background-color: rgb(250,160,43); }

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

border-color css

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

 span { border-color: rgb(250,160,43); }

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