Html Css Color HEX #F2A533 Lightning Yellow

📋 copy color: '#F2A533'

red 242 ◦ green 165 ◦ blue 51

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

Shades of Lightning Yellow #F2A533

Tints of Lightning Yellow #F2A533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.14%

R = 52.84%
G = 36.03%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F2A533 (or 0xF2A533) is known color: Lightning Yellow. HEX triplet: F2, A5 and 33. RGB value is (242,165,51). Sum of RGB (Red+Green+Blue) = 242+165+51=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 51 (20.31% from 255 or 11.14% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A533 is #0D5ACC. Grayscale: #AFAFAF. Windows color (decimal): -875213 or 3384818. OLE color: 3384818.

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

Color convert

RGB 242 165 51 -
CMYK 0 0.32 0.79 0.05
HSL 35.81º 0.88% 0.57% -
HSV(B) 35.81º 0.79% 0.95% -
XYZ 50.67 46.03 9.35 -
YUV 175.03 58.01 175.77 -
System Red Green Blue C M Y K H S L
Decimal 242 165 51 0 0.32 0.79 0.05 35.81 0.88 0.57
Hex F2 A5 33 0 20 4F 5 24 58 39
Octal 362 245 63 0 40 117 5 44 130 71
Binary 11110010 10100101 110011 0 100000 1001111 101 100100 1011000 111001

Color Harmonies of #F2A533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A533

Black with #F2A533

Text Example


Text Example

White with #F2A533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A533; }

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

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

background-color css

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

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

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

border-color css

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

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

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