Html Css Color HEX #FBAE2D Supernova

📋 copy color: '#FBAE2D'

red 251 ◦ green 174 ◦ blue 45

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

Shades of Supernova #FBAE2D

Tints of Supernova #FBAE2D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.02%

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

R = 53.4%
G = 37.02%
B = 9.57%

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

#FBAE2D (or 0xFBAE2D) is known color: Supernova. HEX triplet: FB, AE and 2D. RGB value is (251,174,45). Sum of RGB (Red+Green+Blue) = 251+174+45=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAE2D is #0451D2. Grayscale: #B6B6B6. Windows color (decimal): -283091 or 2993915. OLE color: 2993915.

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

Color convert

RGB 251 174 45 -
CMYK 0 0.31 0.82 0.02
HSL 37.57º 0.96% 0.58% -
HSV(B) 37.57º 0.82% 0.98% -
XYZ 55.39 50.97 9.4 -
YUV 182.32 50.51 176.99 -
System Red Green Blue C M Y K H S L
Decimal 251 174 45 0 0.31 0.82 0.02 37.57 0.96 0.58
Hex FB AE 2D 0 1F 52 2 26 60 3A
Octal 373 256 55 0 37 122 2 46 140 72
Binary 11111011 10101110 101101 0 11111 1010010 10 100110 1100000 111010

Color Harmonies of #FBAE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAE2D

Black with #FBAE2D

Text Example


Text Example

White with #FBAE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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