Html Css Color HEX #FDBA42 Supernova

📋 copy color: '#FDBA42'

red 253 ◦ green 186 ◦ blue 66

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

Shades of Supernova #FDBA42

Tints of Supernova #FDBA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.07%

R = 50.1%
G = 36.83%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDBA42 (or 0xFDBA42) is known color: Supernova. HEX triplet: FD, BA and 42. RGB value is (253,186,66). Sum of RGB (Red+Green+Blue) = 253+186+66=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 66 (26.17% from 255 or 13.07% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA42 is #0245BD. Grayscale: #C0C0C0. Windows color (decimal): -148926 or 4373245. OLE color: 4373245.

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

Color convert

RGB 253 186 66 -
CMYK 0 0.26 0.74 0.01
HSL 38.5º 0.98% 0.63% -
HSV(B) 38.5º 0.74% 0.99% -
XYZ 59.05 56.39 12.93 -
YUV 192.35 56.7 171.26 -
System Red Green Blue C M Y K H S L
Decimal 253 186 66 0 0.26 0.74 0.01 38.5 0.98 0.63
Hex FD BA 42 0 1A 4A 1 27 62 3F
Octal 375 272 102 0 32 112 1 47 142 77
Binary 11111101 10111010 1000010 0 11010 1001010 1 100111 1100010 111111

Color Harmonies of #FDBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA42

Black with #FDBA42

Text Example


Text Example

White with #FDBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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