Html Css Color HEX #FFB035 Supernova

📋 copy color: '#FFB035'

red 255 ◦ green 176 ◦ blue 53

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

Shades of Supernova #FFB035

Tints of Supernova #FFB035

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.36%

 BLUE value IS 53 (21.09% from 255) = 10.95%

R = 52.69%
G = 36.36%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FFB035 (or 0xFFB035) is known color: Supernova. HEX triplet: FF, B0 and 35. RGB value is (255,176,53). Sum of RGB (Red+Green+Blue) = 255+176+53=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 53 (21.09% from 255 or 10.95% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB035 is #004FCA. Grayscale: #BABABA. Windows color (decimal): -20427 or 3518719. OLE color: 3518719.

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

Color convert

RGB 255 176 53 -
CMYK 0 0.31 0.79 0
HSL 36.53º 1% 0.6% -
HSV(B) 36.53º 0.79% 1% -
XYZ 57.41 52.57 10.49 -
YUV 185.6 53.17 177.5 -
System Red Green Blue C M Y K H S L
Decimal 255 176 53 0 0.31 0.79 0 36.53 1 0.6
Hex FF B0 35 0 1F 4F 0 25 64 3C
Octal 377 260 65 0 37 117 0 45 144 74
Binary 11111111 10110000 110101 0 11111 1001111 0 100101 1100100 111100

Color Harmonies of #FFB035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB035

Black with #FFB035

Text Example


Text Example

White with #FFB035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB035; }

 p { color: rgb(255,176,53); }

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

background-color css

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

 a { background-color: rgb(255,176,53); }

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

border-color css

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

 span { border-color: rgb(255,176,53); }

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