Html Css Color HEX #FDBA2A Supernova

📋 copy color: '#FDBA2A'

red 253 ◦ green 186 ◦ blue 42

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

Shades of Supernova #FDBA2A

Tints of Supernova #FDBA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.73%

R = 52.6%
G = 38.67%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDBA2A (or 0xFDBA2A) is known color: Supernova. HEX triplet: FD, BA and 2A. RGB value is (253,186,42). Sum of RGB (Red+Green+Blue) = 253+186+42=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA2A is #0245D5. Grayscale: #BEBEBE. Windows color (decimal): -148950 or 2800381. OLE color: 2800381.

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

Color convert

RGB 253 186 42 -
CMYK 0 0.26 0.83 0.01
HSL 40.95º 0.98% 0.58% -
HSV(B) 40.95º 0.83% 0.99% -
XYZ 58.48 56.17 9.95 -
YUV 189.62 44.7 173.21 -
System Red Green Blue C M Y K H S L
Decimal 253 186 42 0 0.26 0.83 0.01 40.95 0.98 0.58
Hex FD BA 2A 0 1A 53 1 29 62 3A
Octal 375 272 52 0 32 123 1 51 142 72
Binary 11111101 10111010 101010 0 11010 1010011 1 101001 1100010 111010

Color Harmonies of #FDBA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA2A

Black with #FDBA2A

Text Example


Text Example

White with #FDBA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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