Html Css Color HEX #FFB227 Supernova

📋 copy color: '#FFB227'

red 255 ◦ green 178 ◦ blue 39

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

Shades of Supernova #FFB227

Tints of Supernova #FFB227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.26%

R = 54.03%
G = 37.71%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFB227 (or 0xFFB227) is known color: Supernova. HEX triplet: FF, B2 and 27. RGB value is (255,178,39). Sum of RGB (Red+Green+Blue) = 255+178+39=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 39 (15.62% from 255 or 8.26% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB227 is #004DD8. Grayscale: #B9B9B9. Windows color (decimal): -19929 or 2601727. OLE color: 2601727.

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

Color convert

RGB 255 178 39 -
CMYK 0 0.30 0.85 0
HSL 38.61º 1% 0.58% -
HSV(B) 38.61º 0.85% 1% -
XYZ 57.53 53.25 9.17 -
YUV 185.18 45.51 177.8 -
System Red Green Blue C M Y K H S L
Decimal 255 178 39 0 0.30 0.85 0 38.61 1 0.58
Hex FF B2 27 0 1E 55 0 27 64 3A
Octal 377 262 47 0 36 125 0 47 144 72
Binary 11111111 10110010 100111 0 11110 1010101 0 100111 1100100 111010

Color Harmonies of #FFB227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB227

Black with #FFB227

Text Example


Text Example

White with #FFB227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB227; }

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

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

background-color css

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

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

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

border-color css

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

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

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