Html Css Color HEX #FAB62A Supernova

📋 copy color: '#FAB62A'

red 250 ◦ green 182 ◦ blue 42

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

Shades of Supernova #FAB62A

Tints of Supernova #FAB62A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.86%

R = 52.74%
G = 38.4%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAB62A (or 0xFAB62A) is known color: Supernova. HEX triplet: FA, B6 and 2A. RGB value is (250,182,42). Sum of RGB (Red+Green+Blue) = 250+182+42=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 42 (16.80% from 255 or 8.86% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB62A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB62A is #0549D5. Grayscale: #BBBBBB. Windows color (decimal): -346582 or 2799354. OLE color: 2799354.

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

Color convert

RGB 250 182 42 -
CMYK 0 0.27 0.83 0.02
HSL 40.38º 0.95% 0.57% -
HSV(B) 40.38º 0.83% 0.98% -
XYZ 56.57 53.95 9.62 -
YUV 186.37 46.53 173.38 -
System Red Green Blue C M Y K H S L
Decimal 250 182 42 0 0.27 0.83 0.02 40.38 0.95 0.57
Hex FA B6 2A 0 1B 53 2 28 5F 39
Octal 372 266 52 0 33 123 2 50 137 71
Binary 11111010 10110110 101010 0 11011 1010011 10 101000 1011111 111001

Color Harmonies of #FAB62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB62A

Black with #FAB62A

Text Example


Text Example

White with #FAB62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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