Html Css Color HEX #FBAF2D Supernova

📋 copy color: '#FBAF2D'

red 251 ◦ green 175 ◦ blue 45

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

Shades of Supernova #FBAF2D

Tints of Supernova #FBAF2D

RGB

 RED value IS 251 (98.44% from 255) = 53.29%

 GREEN value IS 175 (68.75% from 255) = 37.15%

 BLUE value IS 45 (17.97% from 255) = 9.55%

R = 53.29%
G = 37.15%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBAF2D (or 0xFBAF2D) is known color: Supernova. HEX triplet: FB, AF and 2D. RGB value is (251,175,45). Sum of RGB (Red+Green+Blue) = 251+175+45=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAF2D is #0450D2. Grayscale: #B7B7B7. Windows color (decimal): -282835 or 2994171. OLE color: 2994171.

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

Color convert

RGB 251 175 45 -
CMYK 0 0.30 0.82 0.02
HSL 37.86º 0.96% 0.58% -
HSV(B) 37.86º 0.82% 0.98% -
XYZ 55.59 51.36 9.47 -
YUV 182.9 50.18 176.57 -
System Red Green Blue C M Y K H S L
Decimal 251 175 45 0 0.30 0.82 0.02 37.86 0.96 0.58
Hex FB AF 2D 0 1E 52 2 26 60 3A
Octal 373 257 55 0 36 122 2 46 140 72
Binary 11111011 10101111 101101 0 11110 1010010 10 100110 1100000 111010

Color Harmonies of #FBAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAF2D

Black with #FBAF2D

Text Example


Text Example

White with #FBAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAF2D; }

 p { color: rgb(251,175,45); }

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

background-color css

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

 a { background-color: rgb(251,175,45); }

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

border-color css

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

 span { border-color: rgb(251,175,45); }

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