Html Css Color HEX #FAA725 Lightning Yellow

📋 copy color: '#FAA725'

red 250 ◦ green 167 ◦ blue 37

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

Shades of Lightning Yellow #FAA725

Tints of Lightning Yellow #FAA725

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.78%

 BLUE value IS 37 (14.84% from 255) = 8.15%

R = 55.07%
G = 36.78%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAA725 (or 0xFAA725) is known color: Lightning Yellow. HEX triplet: FA, A7 and 25. RGB value is (250,167,37). Sum of RGB (Red+Green+Blue) = 250+167+37=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA725 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA725 is #0558DA. Grayscale: #B1B1B1. Windows color (decimal): -350427 or 2467834. OLE color: 2467834.

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

Color convert

RGB 250 167 37 -
CMYK 0 0.33 0.85 0.02
HSL 36.62º 0.96% 0.56% -
HSV(B) 36.62º 0.85% 0.98% -
XYZ 53.58 48.1 8.21 -
YUV 177 49 180.07 -
System Red Green Blue C M Y K H S L
Decimal 250 167 37 0 0.33 0.85 0.02 36.62 0.96 0.56
Hex FA A7 25 0 21 55 2 25 60 38
Octal 372 247 45 0 41 125 2 45 140 70
Binary 11111010 10100111 100101 0 100001 1010101 10 100101 1100000 111000

Color Harmonies of #FAA725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA725

Black with #FAA725

Text Example


Text Example

White with #FAA725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA725; }

 p { color: rgb(250,167,37); }

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

background-color css

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

 a { background-color: rgb(250,167,37); }

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

border-color css

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

 span { border-color: rgb(250,167,37); }

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