Html Css Color HEX #F2AF38 Supernova

📋 copy color: '#F2AF38'

red 242 ◦ green 175 ◦ blue 56

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

Shades of Supernova #F2AF38

Tints of Supernova #F2AF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.84%

R = 51.16%
G = 37%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F2AF38 (or 0xF2AF38) is known color: Supernova. HEX triplet: F2, AF and 38. RGB value is (242,175,56). Sum of RGB (Red+Green+Blue) = 242+175+56=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF38 is #0D50C7. Grayscale: #B6B6B6. Windows color (decimal): -872648 or 3715058. OLE color: 3715058.

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

Color convert

RGB 242 175 56 -
CMYK 0 0.28 0.77 0.05
HSL 38.39º 0.88% 0.58% -
HSV(B) 38.39º 0.77% 0.95% -
XYZ 52.66 49.82 10.58 -
YUV 181.47 57.2 171.18 -
System Red Green Blue C M Y K H S L
Decimal 242 175 56 0 0.28 0.77 0.05 38.39 0.88 0.58
Hex F2 AF 38 0 1C 4D 5 26 58 3A
Octal 362 257 70 0 34 115 5 46 130 72
Binary 11110010 10101111 111000 0 11100 1001101 101 100110 1011000 111010

Color Harmonies of #F2AF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF38

Black with #F2AF38

Text Example


Text Example

White with #F2AF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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