Html Css Color HEX #FFB235 Supernova

📋 copy color: '#FFB235'

red 255 ◦ green 178 ◦ blue 53

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

Shades of Supernova #FFB235

Tints of Supernova #FFB235

RGB

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

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

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

R = 52.47%
G = 36.63%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FFB235 (or 0xFFB235) is known color: Supernova. HEX triplet: FF, B2 and 35. RGB value is (255,178,53). Sum of RGB (Red+Green+Blue) = 255+178+53=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB235 is #004DCA. Grayscale: #BBBBBB. Windows color (decimal): -19915 or 3519231. OLE color: 3519231.

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

Color convert

RGB 255 178 53 -
CMYK 0 0.30 0.79 0
HSL 37.13º 1% 0.6% -
HSV(B) 37.13º 0.79% 1% -
XYZ 57.8 53.36 10.62 -
YUV 186.77 52.51 176.66 -
System Red Green Blue C M Y K H S L
Decimal 255 178 53 0 0.30 0.79 0 37.13 1 0.6
Hex FF B2 35 0 1E 4F 0 25 64 3C
Octal 377 262 65 0 36 117 0 45 144 74
Binary 11111111 10110010 110101 0 11110 1001111 0 100101 1100100 111100

Color Harmonies of #FFB235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB235

Black with #FFB235

Text Example


Text Example

White with #FFB235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB235; }

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

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

background-color css

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

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

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

border-color css

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

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

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