Html Css Color HEX #FAA738 Lightning Yellow

📋 copy color: '#FAA738'

red 250 ◦ green 167 ◦ blue 56

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

Shades of Lightning Yellow #FAA738

Tints of Lightning Yellow #FAA738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.84%

R = 52.85%
G = 35.31%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAA738 (or 0xFAA738) is known color: Lightning Yellow. HEX triplet: FA, A7 and 38. RGB value is (250,167,56). Sum of RGB (Red+Green+Blue) = 250+167+56=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA738 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA738 is #0558C7. Grayscale: #B3B3B3. Windows color (decimal): -350408 or 3713018. OLE color: 3713018.

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

Color convert

RGB 250 167 56 -
CMYK 0 0.33 0.78 0.02
HSL 34.33º 0.95% 0.6% -
HSV(B) 34.33º 0.78% 0.98% -
XYZ 53.96 48.25 10.21 -
YUV 179.16 58.5 178.53 -
System Red Green Blue C M Y K H S L
Decimal 250 167 56 0 0.33 0.78 0.02 34.33 0.95 0.6
Hex FA A7 38 0 21 4E 2 22 5F 3C
Octal 372 247 70 0 41 116 2 42 137 74
Binary 11111010 10100111 111000 0 100001 1001110 10 100010 1011111 111100

Color Harmonies of #FAA738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA738

Black with #FAA738

Text Example


Text Example

White with #FAA738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA738; }

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

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

background-color css

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

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

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

border-color css

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

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

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