Html Css Color HEX #FAA527 Lightning Yellow

📋 copy color: '#FAA527'

red 250 ◦ green 165 ◦ blue 39

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

Shades of Lightning Yellow #FAA527

Tints of Lightning Yellow #FAA527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.59%

R = 55.07%
G = 36.34%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAA527 (or 0xFAA527) is known color: Lightning Yellow. HEX triplet: FA, A5 and 27. RGB value is (250,165,39). Sum of RGB (Red+Green+Blue) = 250+165+39=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 39 (15.62% from 255 or 8.59% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA527 is #055AD8. Grayscale: #B0B0B0. Windows color (decimal): -350937 or 2598394. OLE color: 2598394.

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

Color convert

RGB 250 165 39 -
CMYK 0 0.34 0.84 0.02
HSL 35.83º 0.95% 0.57% -
HSV(B) 35.83º 0.84% 0.98% -
XYZ 53.25 47.38 8.26 -
YUV 176.05 50.66 180.75 -
System Red Green Blue C M Y K H S L
Decimal 250 165 39 0 0.34 0.84 0.02 35.83 0.95 0.57
Hex FA A5 27 0 22 54 2 24 5F 39
Octal 372 245 47 0 42 124 2 44 137 71
Binary 11111010 10100101 100111 0 100010 1010100 10 100100 1011111 111001

Color Harmonies of #FAA527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA527

Black with #FAA527

Text Example


Text Example

White with #FAA527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA527; }

 p { color: rgb(250,165,39); }

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

background-color css

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

 a { background-color: rgb(250,165,39); }

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

border-color css

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

 span { border-color: rgb(250,165,39); }

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