Html Css Color HEX #F2A535 Lightning Yellow

📋 copy color: '#F2A535'

red 242 ◦ green 165 ◦ blue 53

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

Shades of Lightning Yellow #F2A535

Tints of Lightning Yellow #F2A535

RGB

 RED value IS 242 (94.92% from 255) = 52.61%

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

 BLUE value IS 53 (21.09% from 255) = 11.52%

R = 52.61%
G = 35.87%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2A535 (or 0xF2A535) is known color: Lightning Yellow. HEX triplet: F2, A5 and 35. RGB value is (242,165,53). Sum of RGB (Red+Green+Blue) = 242+165+53=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A535 is #0D5ACA. Grayscale: #AFAFAF. Windows color (decimal): -875211 or 3515890. OLE color: 3515890.

HSL color Cylindrical-coordinate representation of color #F2A535: hue angle of 35.56º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2A535 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 165 53 -
CMYK 0 0.32 0.78 0.05
HSL 35.56º 0.88% 0.58% -
HSV(B) 35.56º 0.78% 0.95% -
XYZ 50.72 46.04 9.58 -
YUV 175.26 59.01 175.61 -
System Red Green Blue C M Y K H S L
Decimal 242 165 53 0 0.32 0.78 0.05 35.56 0.88 0.58
Hex F2 A5 35 0 20 4E 5 24 58 3A
Octal 362 245 65 0 40 116 5 44 130 72
Binary 11110010 10100101 110101 0 100000 1001110 101 100100 1011000 111010

Color Harmonies of #F2A535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A535

Black with #F2A535

Text Example


Text Example

White with #F2A535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A535; }

 p { color: rgb(242,165,53); }

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

background-color css

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

 a { background-color: rgb(242,165,53); }

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

border-color css

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

 span { border-color: rgb(242,165,53); }

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