Html Css Color HEX #FCA239 Lightning Yellow

📋 copy color: '#FCA239'

red 252 ◦ green 162 ◦ blue 57

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

Shades of Lightning Yellow #FCA239

Tints of Lightning Yellow #FCA239

RGB

 RED value IS 252 (98.83% from 255) = 53.5%

 GREEN value IS 162 (63.67% from 255) = 34.39%

 BLUE value IS 57 (22.66% from 255) = 12.1%

R = 53.5%
G = 34.39%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCA239 (or 0xFCA239) is known color: Lightning Yellow. HEX triplet: FC, A2 and 39. RGB value is (252,162,57). Sum of RGB (Red+Green+Blue) = 252+162+57=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA239 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA239 is #035DC6. Grayscale: #B1B1B1. Windows color (decimal): -220615 or 3777276. OLE color: 3777276.

HSL color Cylindrical-coordinate representation of color #FCA239: hue angle of 32.31º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCA239 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 162 57 -
CMYK 0 0.36 0.77 0.01
HSL 32.31º 0.97% 0.61% -
HSV(B) 32.31º 0.77% 0.99% -
XYZ 53.8 46.83 10.07 -
YUV 176.94 60.32 181.54 -
System Red Green Blue C M Y K H S L
Decimal 252 162 57 0 0.36 0.77 0.01 32.31 0.97 0.61
Hex FC A2 39 0 24 4D 1 20 61 3D
Octal 374 242 71 0 44 115 1 40 141 75
Binary 11111100 10100010 111001 0 100100 1001101 1 100000 1100001 111101

Color Harmonies of #FCA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA239

Black with #FCA239

Text Example


Text Example

White with #FCA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA239; }

 p { color: rgb(252,162,57); }

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

background-color css

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

 a { background-color: rgb(252,162,57); }

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

border-color css

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

 span { border-color: rgb(252,162,57); }

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