Html Css Color HEX #FFAB34 Supernova

📋 copy color: '#FFAB34'

red 255 ◦ green 171 ◦ blue 52

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

Shades of Supernova #FFAB34

Tints of Supernova #FFAB34

RGB

 RED value IS 255 (100% from 255) = 53.35%

 GREEN value IS 171 (67.19% from 255) = 35.77%

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

R = 53.35%
G = 35.77%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFAB34 (or 0xFFAB34) is known color: Supernova. HEX triplet: FF, AB and 34. RGB value is (255,171,52). Sum of RGB (Red+Green+Blue) = 255+171+52=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB34 is #0054CB. Grayscale: #B7B7B7. Windows color (decimal): -21708 or 3451903. OLE color: 3451903.

HSL color Cylindrical-coordinate representation of color #FFAB34: hue angle of 35.17º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFAB34 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 171 52 -
CMYK 0 0.33 0.80 0
HSL 35.17º 1% 0.6% -
HSV(B) 35.17º 0.8% 1% -
XYZ 56.42 50.63 10.05 -
YUV 182.55 54.33 179.68 -
System Red Green Blue C M Y K H S L
Decimal 255 171 52 0 0.33 0.80 0 35.17 1 0.6
Hex FF AB 34 0 21 50 0 23 64 3C
Octal 377 253 64 0 41 120 0 43 144 74
Binary 11111111 10101011 110100 0 100001 1010000 0 100011 1100100 111100

Color Harmonies of #FFAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB34

Black with #FFAB34

Text Example


Text Example

White with #FFAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB34; }

 p { color: rgb(255,171,52); }

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

background-color css

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

 a { background-color: rgb(255,171,52); }

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

border-color css

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

 span { border-color: rgb(255,171,52); }

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