Html Css Color HEX #FFB22F Supernova

📋 copy color: '#FFB22F'

red 255 ◦ green 178 ◦ blue 47

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

Shades of Supernova #FFB22F

Tints of Supernova #FFB22F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.79%

R = 53.13%
G = 37.08%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFB22F (or 0xFFB22F) is known color: Supernova. HEX triplet: FF, B2 and 2F. RGB value is (255,178,47). Sum of RGB (Red+Green+Blue) = 255+178+47=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 47 (18.75% from 255 or 9.79% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB22F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB22F is #004DD0. Grayscale: #BABABA. Windows color (decimal): -19921 or 3126015. OLE color: 3126015.

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

Color convert

RGB 255 178 47 -
CMYK 0 0.30 0.82 0
HSL 37.79º 1% 0.59% -
HSV(B) 37.79º 0.82% 1% -
XYZ 57.67 53.31 9.94 -
YUV 186.09 49.51 177.15 -
System Red Green Blue C M Y K H S L
Decimal 255 178 47 0 0.30 0.82 0 37.79 1 0.59
Hex FF B2 2F 0 1E 52 0 26 64 3B
Octal 377 262 57 0 36 122 0 46 144 73
Binary 11111111 10110010 101111 0 11110 1010010 0 100110 1100100 111011

Color Harmonies of #FFB22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB22F

Black with #FFB22F

Text Example


Text Example

White with #FFB22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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