Html Css Color HEX #FBAD2D Supernova

📋 copy color: '#FBAD2D'

red 251 ◦ green 173 ◦ blue 45

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

Shades of Supernova #FBAD2D

Tints of Supernova #FBAD2D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.89%

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

R = 53.52%
G = 36.89%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBAD2D (or 0xFBAD2D) is known color: Supernova. HEX triplet: FB, AD and 2D. RGB value is (251,173,45). Sum of RGB (Red+Green+Blue) = 251+173+45=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAD2D is #0452D2. Grayscale: #B6B6B6. Windows color (decimal): -283347 or 2993659. OLE color: 2993659.

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

Color convert

RGB 251 173 45 -
CMYK 0 0.31 0.82 0.02
HSL 37.28º 0.96% 0.58% -
HSV(B) 37.28º 0.82% 0.98% -
XYZ 55.2 50.59 9.34 -
YUV 181.73 50.84 177.41 -
System Red Green Blue C M Y K H S L
Decimal 251 173 45 0 0.31 0.82 0.02 37.28 0.96 0.58
Hex FB AD 2D 0 1F 52 2 25 60 3A
Octal 373 255 55 0 37 122 2 45 140 72
Binary 11111011 10101101 101101 0 11111 1010010 10 100101 1100000 111010

Color Harmonies of #FBAD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAD2D

Black with #FBAD2D

Text Example


Text Example

White with #FBAD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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