Html Css Color HEX #F2A328 Lightning Yellow

📋 copy color: '#F2A328'

red 242 ◦ green 163 ◦ blue 40

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

Shades of Lightning Yellow #F2A328

Tints of Lightning Yellow #F2A328

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.63%

 BLUE value IS 40 (16.02% from 255) = 8.99%

R = 54.38%
G = 36.63%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2A328 (or 0xF2A328) is known color: Lightning Yellow. HEX triplet: F2, A3 and 28. RGB value is (242,163,40). Sum of RGB (Red+Green+Blue) = 242+163+40=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A328 is #0D5CD7. Grayscale: #ADADAD. Windows color (decimal): -875736 or 2663410. OLE color: 2663410.

HSL color Cylindrical-coordinate representation of color #F2A328: hue angle of 36.53º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2A328 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 163 40 -
CMYK 0 0.33 0.83 0.05
HSL 36.53º 0.89% 0.55% -
HSV(B) 36.53º 0.83% 0.95% -
XYZ 50.1 45.22 8.1 -
YUV 172.6 53.17 177.5 -
System Red Green Blue C M Y K H S L
Decimal 242 163 40 0 0.33 0.83 0.05 36.53 0.89 0.55
Hex F2 A3 28 0 21 53 5 25 59 37
Octal 362 243 50 0 41 123 5 45 131 67
Binary 11110010 10100011 101000 0 100001 1010011 101 100101 1011001 110111

Color Harmonies of #F2A328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A328

Black with #F2A328

Text Example


Text Example

White with #F2A328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A328; }

 p { color: rgb(242,163,40); }

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

background-color css

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

 a { background-color: rgb(242,163,40); }

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

border-color css

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

 span { border-color: rgb(242,163,40); }

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