Html Css Color HEX #FAB62D Supernova

📋 copy color: '#FAB62D'

red 250 ◦ green 182 ◦ blue 45

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

Shades of Supernova #FAB62D

Tints of Supernova #FAB62D

RGB

 RED value IS 250 (98.05% from 255) = 52.41%

 GREEN value IS 182 (71.48% from 255) = 38.16%

 BLUE value IS 45 (17.97% from 255) = 9.43%

R = 52.41%
G = 38.16%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAB62D (or 0xFAB62D) is known color: Supernova. HEX triplet: FA, B6 and 2D. RGB value is (250,182,45). Sum of RGB (Red+Green+Blue) = 250+182+45=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB62D is #0549D2. Grayscale: #BBBBBB. Windows color (decimal): -346579 or 2995962. OLE color: 2995962.

HSL color Cylindrical-coordinate representation of color #FAB62D: hue angle of 40.1º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAB62D is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 182 45 -
CMYK 0 0.27 0.82 0.02
HSL 40.1º 0.95% 0.58% -
HSV(B) 40.1º 0.82% 0.98% -
XYZ 56.63 53.97 9.92 -
YUV 186.71 48.03 173.14 -
System Red Green Blue C M Y K H S L
Decimal 250 182 45 0 0.27 0.82 0.02 40.1 0.95 0.58
Hex FA B6 2D 0 1B 52 2 28 5F 3A
Octal 372 266 55 0 33 122 2 50 137 72
Binary 11111010 10110110 101101 0 11011 1010010 10 101000 1011111 111010

Color Harmonies of #FAB62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB62D

Black with #FAB62D

Text Example


Text Example

White with #FAB62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB62D; }

 p { color: rgb(250,182,45); }

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

background-color css

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

 a { background-color: rgb(250,182,45); }

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

border-color css

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

 span { border-color: rgb(250,182,45); }

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