Html Css Color HEX #FAB82D Supernova

📋 copy color: '#FAB82D'

red 250 ◦ green 184 ◦ blue 45

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

Shades of Supernova #FAB82D

Tints of Supernova #FAB82D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.41%

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

R = 52.19%
G = 38.41%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAB82D (or 0xFAB82D) is known color: Supernova. HEX triplet: FA, B8 and 2D. RGB value is (250,184,45). Sum of RGB (Red+Green+Blue) = 250+184+45=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB82D is #0547D2. Grayscale: #BCBCBC. Windows color (decimal): -346067 or 2996474. OLE color: 2996474.

HSL color Cylindrical-coordinate representation of color #FAB82D: hue angle of 40.68º 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 #FAB82D is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 184 45 -
CMYK 0 0.26 0.82 0.02
HSL 40.68º 0.95% 0.58% -
HSV(B) 40.68º 0.82% 0.98% -
XYZ 57.04 54.79 10.05 -
YUV 187.89 47.37 172.3 -
System Red Green Blue C M Y K H S L
Decimal 250 184 45 0 0.26 0.82 0.02 40.68 0.95 0.58
Hex FA B8 2D 0 1A 52 2 29 5F 3A
Octal 372 270 55 0 32 122 2 51 137 72
Binary 11111010 10111000 101101 0 11010 1010010 10 101001 1011111 111010

Color Harmonies of #FAB82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB82D

Black with #FAB82D

Text Example


Text Example

White with #FAB82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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