Html Css Color HEX #FFB72F Supernova

📋 copy color: '#FFB72F'

red 255 ◦ green 183 ◦ blue 47

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

Shades of Supernova #FFB72F

Tints of Supernova #FFB72F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.73%

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

R = 52.58%
G = 37.73%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFB72F (or 0xFFB72F) is known color: Supernova. HEX triplet: FF, B7 and 2F. RGB value is (255,183,47). Sum of RGB (Red+Green+Blue) = 255+183+47=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 47 (18.75% from 255 or 9.69% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB72F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB72F is #0048D0. Grayscale: #BDBDBD. Windows color (decimal): -18641 or 3127295. OLE color: 3127295.

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

Color convert

RGB 255 183 47 -
CMYK 0 0.28 0.82 0
HSL 39.23º 1% 0.59% -
HSV(B) 39.23º 0.82% 1% -
XYZ 58.69 55.33 10.28 -
YUV 189.02 47.85 175.06 -
System Red Green Blue C M Y K H S L
Decimal 255 183 47 0 0.28 0.82 0 39.23 1 0.59
Hex FF B7 2F 0 1C 52 0 27 64 3B
Octal 377 267 57 0 34 122 0 47 144 73
Binary 11111111 10110111 101111 0 11100 1010010 0 100111 1100100 111011

Color Harmonies of #FFB72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB72F

Black with #FFB72F

Text Example


Text Example

White with #FFB72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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