Html Css Color HEX #FDBA2E Supernova

📋 copy color: '#FDBA2E'

red 253 ◦ green 186 ◦ blue 46

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

Shades of Supernova #FDBA2E

Tints of Supernova #FDBA2E

RGB

 RED value IS 253 (99.22% from 255) = 52.16%

 GREEN value IS 186 (73.05% from 255) = 38.35%

 BLUE value IS 46 (18.36% from 255) = 9.48%

R = 52.16%
G = 38.35%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDBA2E (or 0xFDBA2E) is known color: Supernova. HEX triplet: FD, BA and 2E. RGB value is (253,186,46). Sum of RGB (Red+Green+Blue) = 253+186+46=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA2E is #0245D1. Grayscale: #BEBEBE. Windows color (decimal): -148946 or 3062525. OLE color: 3062525.

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

Color convert

RGB 253 186 46 -
CMYK 0 0.26 0.82 0.01
HSL 40.58º 0.98% 0.59% -
HSV(B) 40.58º 0.82% 0.99% -
XYZ 58.56 56.2 10.35 -
YUV 190.07 46.7 172.88 -
System Red Green Blue C M Y K H S L
Decimal 253 186 46 0 0.26 0.82 0.01 40.58 0.98 0.59
Hex FD BA 2E 0 1A 52 1 29 62 3B
Octal 375 272 56 0 32 122 1 51 142 73
Binary 11111101 10111010 101110 0 11010 1010010 1 101001 1100010 111011

Color Harmonies of #FDBA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA2E

Black with #FDBA2E

Text Example


Text Example

White with #FDBA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA2E; }

 p { color: rgb(253,186,46); }

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

background-color css

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

 a { background-color: rgb(253,186,46); }

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

border-color css

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

 span { border-color: rgb(253,186,46); }

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