Html Css Color HEX #F2A534 Lightning Yellow

📋 copy color: '#F2A534'

red 242 ◦ green 165 ◦ blue 52

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

Shades of Lightning Yellow #F2A534

Tints of Lightning Yellow #F2A534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.33%

R = 52.72%
G = 35.95%
B = 11.33%

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

#F2A534 (or 0xF2A534) is known color: Lightning Yellow. HEX triplet: F2, A5 and 34. RGB value is (242,165,52). Sum of RGB (Red+Green+Blue) = 242+165+52=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 52 (20.70% from 255 or 11.33% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A534 is #0D5ACB. Grayscale: #AFAFAF. Windows color (decimal): -875212 or 3450354. OLE color: 3450354.

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

Color convert

RGB 242 165 52 -
CMYK 0 0.32 0.79 0.05
HSL 35.68º 0.88% 0.58% -
HSV(B) 35.68º 0.79% 0.95% -
XYZ 50.69 46.04 9.46 -
YUV 175.14 58.51 175.69 -
System Red Green Blue C M Y K H S L
Decimal 242 165 52 0 0.32 0.79 0.05 35.68 0.88 0.58
Hex F2 A5 34 0 20 4F 5 24 58 3A
Octal 362 245 64 0 40 117 5 44 130 72
Binary 11110010 10100101 110100 0 100000 1001111 101 100100 1011000 111010

Color Harmonies of #F2A534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A534

Black with #F2A534

Text Example


Text Example

White with #F2A534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A534; }

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

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

background-color css

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

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

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

border-color css

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

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

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