Html Css Color HEX #FDBA2F Supernova

📋 copy color: '#FDBA2F'

red 253 ◦ green 186 ◦ blue 47

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

Shades of Supernova #FDBA2F

Tints of Supernova #FDBA2F

RGB

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

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

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

R = 52.06%
G = 38.27%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDBA2F (or 0xFDBA2F) is known color: Supernova. HEX triplet: FD, BA and 2F. RGB value is (253,186,47). Sum of RGB (Red+Green+Blue) = 253+186+47=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA2F is #0245D0. Grayscale: #BEBEBE. Windows color (decimal): -148945 or 3128061. OLE color: 3128061.

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

Color convert

RGB 253 186 47 -
CMYK 0 0.26 0.81 0.01
HSL 40.49º 0.98% 0.59% -
HSV(B) 40.49º 0.81% 0.99% -
XYZ 58.58 56.21 10.45 -
YUV 190.19 47.2 172.8 -
System Red Green Blue C M Y K H S L
Decimal 253 186 47 0 0.26 0.81 0.01 40.49 0.98 0.59
Hex FD BA 2F 0 1A 51 1 28 62 3B
Octal 375 272 57 0 32 121 1 50 142 73
Binary 11111101 10111010 101111 0 11010 1010001 1 101000 1100010 111011

Color Harmonies of #FDBA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA2F

Black with #FDBA2F

Text Example


Text Example

White with #FDBA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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