Html Css Color HEX #FAB22D Supernova

📋 copy color: '#FAB22D'

red 250 ◦ green 178 ◦ blue 45

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

Shades of Supernova #FAB22D

Tints of Supernova #FAB22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.63%

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

R = 52.85%
G = 37.63%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAB22D (or 0xFAB22D) is known color: Supernova. HEX triplet: FA, B2 and 2D. RGB value is (250,178,45). Sum of RGB (Red+Green+Blue) = 250+178+45=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB22D is #054DD2. Grayscale: #B8B8B8. Windows color (decimal): -347603 or 2994938. OLE color: 2994938.

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

Color convert

RGB 250 178 45 -
CMYK 0 0.29 0.82 0.02
HSL 38.93º 0.95% 0.58% -
HSV(B) 38.93º 0.82% 0.98% -
XYZ 55.82 52.35 9.65 -
YUV 184.37 49.35 174.81 -
System Red Green Blue C M Y K H S L
Decimal 250 178 45 0 0.29 0.82 0.02 38.93 0.95 0.58
Hex FA B2 2D 0 1D 52 2 27 5F 3A
Octal 372 262 55 0 35 122 2 47 137 72
Binary 11111010 10110010 101101 0 11101 1010010 10 100111 1011111 111010

Color Harmonies of #FAB22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB22D

Black with #FAB22D

Text Example


Text Example

White with #FAB22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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