Html Css Color HEX #FFB534 Supernova

📋 copy color: '#FFB534'

red 255 ◦ green 181 ◦ blue 52

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

Shades of Supernova #FFB534

Tints of Supernova #FFB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.09%

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

R = 52.25%
G = 37.09%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFB534 (or 0xFFB534) is known color: Supernova. HEX triplet: FF, B5 and 34. RGB value is (255,181,52). Sum of RGB (Red+Green+Blue) = 255+181+52=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB534 is #004ACB. Grayscale: #BDBDBD. Windows color (decimal): -19148 or 3454463. OLE color: 3454463.

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

Color convert

RGB 255 181 52 -
CMYK 0 0.29 0.80 0
HSL 38.13º 1% 0.6% -
HSV(B) 38.13º 0.8% 1% -
XYZ 58.38 54.56 10.7 -
YUV 188.42 51.02 175.49 -
System Red Green Blue C M Y K H S L
Decimal 255 181 52 0 0.29 0.80 0 38.13 1 0.6
Hex FF B5 34 0 1D 50 0 26 64 3C
Octal 377 265 64 0 35 120 0 46 144 74
Binary 11111111 10110101 110100 0 11101 1010000 0 100110 1100100 111100

Color Harmonies of #FFB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB534

Black with #FFB534

Text Example


Text Example

White with #FFB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB534; }

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

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

background-color css

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

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

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

border-color css

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

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

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