Html Css Color HEX #FAB42D Supernova

📋 copy color: '#FAB42D'

red 250 ◦ green 180 ◦ blue 45

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

Shades of Supernova #FAB42D

Tints of Supernova #FAB42D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.89%

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

R = 52.63%
G = 37.89%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAB42D (or 0xFAB42D) is known color: Supernova. HEX triplet: FA, B4 and 2D. RGB value is (250,180,45). Sum of RGB (Red+Green+Blue) = 250+180+45=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 45 (17.97% from 255 or 9.47% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB42D is #054BD2. Grayscale: #BABABA. Windows color (decimal): -347091 or 2995450. OLE color: 2995450.

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

Color convert

RGB 250 180 45 -
CMYK 0 0.28 0.82 0.02
HSL 39.51º 0.95% 0.58% -
HSV(B) 39.51º 0.82% 0.98% -
XYZ 56.22 53.16 9.78 -
YUV 185.54 48.69 173.98 -
System Red Green Blue C M Y K H S L
Decimal 250 180 45 0 0.28 0.82 0.02 39.51 0.95 0.58
Hex FA B4 2D 0 1C 52 2 28 5F 3A
Octal 372 264 55 0 34 122 2 50 137 72
Binary 11111010 10110100 101101 0 11100 1010010 10 101000 1011111 111010

Color Harmonies of #FAB42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB42D

Black with #FAB42D

Text Example


Text Example

White with #FAB42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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