Html Css Color HEX #FAB231 Supernova

📋 copy color: '#FAB231'

red 250 ◦ green 178 ◦ blue 49

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

Shades of Supernova #FAB231

Tints of Supernova #FAB231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.27%

R = 52.41%
G = 37.32%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAB231 (or 0xFAB231) is known color: Supernova. HEX triplet: FA, B2 and 31. RGB value is (250,178,49). Sum of RGB (Red+Green+Blue) = 250+178+49=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB231 is #054DCE. Grayscale: #B9B9B9. Windows color (decimal): -347599 or 3257082. OLE color: 3257082.

HSL color Cylindrical-coordinate representation of color #FAB231: hue angle of 38.51º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAB231 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 178 49 -
CMYK 0 0.29 0.80 0.02
HSL 38.51º 0.95% 0.59% -
HSV(B) 38.51º 0.8% 0.98% -
XYZ 55.9 52.39 10.07 -
YUV 184.82 51.35 174.49 -
System Red Green Blue C M Y K H S L
Decimal 250 178 49 0 0.29 0.80 0.02 38.51 0.95 0.59
Hex FA B2 31 0 1D 50 2 27 5F 3B
Octal 372 262 61 0 35 120 2 47 137 73
Binary 11111010 10110010 110001 0 11101 1010000 10 100111 1011111 111011

Color Harmonies of #FAB231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB231

Black with #FAB231

Text Example


Text Example

White with #FAB231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB231; }

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

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

background-color css

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

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

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

border-color css

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

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

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