Html Css Color HEX #F2AF28 Bright Sun

📋 copy color: '#F2AF28'

red 242 ◦ green 175 ◦ blue 40

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

Shades of Bright Sun #F2AF28

Tints of Bright Sun #F2AF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.29%

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

R = 52.95%
G = 38.29%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2AF28 (or 0xF2AF28) is known color: Bright Sun. HEX triplet: F2, AF and 28. RGB value is (242,175,40). Sum of RGB (Red+Green+Blue) = 242+175+40=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF28 is #0D50D7. Grayscale: #B4B4B4. Windows color (decimal): -872664 or 2666482. OLE color: 2666482.

HSL color Cylindrical-coordinate representation of color #F2AF28: hue angle of 40.1º 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 #F2AF28 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 175 40 -
CMYK 0 0.28 0.83 0.05
HSL 40.1º 0.89% 0.55% -
HSV(B) 40.1º 0.83% 0.95% -
XYZ 52.33 49.69 8.84 -
YUV 179.64 49.2 172.48 -
System Red Green Blue C M Y K H S L
Decimal 242 175 40 0 0.28 0.83 0.05 40.1 0.89 0.55
Hex F2 AF 28 0 1C 53 5 28 59 37
Octal 362 257 50 0 34 123 5 50 131 67
Binary 11110010 10101111 101000 0 11100 1010011 101 101000 1011001 110111

Color Harmonies of #F2AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF28

Black with #F2AF28

Text Example


Text Example

White with #F2AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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