Html Css Color HEX #FABA34 Supernova

📋 copy color: '#FABA34'

red 250 ◦ green 186 ◦ blue 52

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

Shades of Supernova #FABA34

Tints of Supernova #FABA34

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.11%

 BLUE value IS 52 (20.7% from 255) = 10.66%

R = 51.23%
G = 38.11%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FABA34 (or 0xFABA34) is known color: Supernova. HEX triplet: FA, BA and 34. RGB value is (250,186,52). Sum of RGB (Red+Green+Blue) = 250+186+52=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA34 is #0545CB. Grayscale: #BEBEBE. Windows color (decimal): -345548 or 3455738. OLE color: 3455738.

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

Color convert

RGB 250 186 52 -
CMYK 0 0.26 0.79 0.02
HSL 40.61º 0.95% 0.59% -
HSV(B) 40.61º 0.79% 0.98% -
XYZ 57.6 55.69 10.96 -
YUV 189.86 50.2 170.9 -
System Red Green Blue C M Y K H S L
Decimal 250 186 52 0 0.26 0.79 0.02 40.61 0.95 0.59
Hex FA BA 34 0 1A 4F 2 29 5F 3B
Octal 372 272 64 0 32 117 2 51 137 73
Binary 11111010 10111010 110100 0 11010 1001111 10 101001 1011111 111011

Color Harmonies of #FABA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA34

Black with #FABA34

Text Example


Text Example

White with #FABA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA34; }

 p { color: rgb(250,186,52); }

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

background-color css

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

 a { background-color: rgb(250,186,52); }

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

border-color css

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

 span { border-color: rgb(250,186,52); }

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