Html Css Color HEX #FDBA2B Supernova

📋 copy color: '#FDBA2B'

red 253 ◦ green 186 ◦ blue 43

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

Shades of Supernova #FDBA2B

Tints of Supernova #FDBA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.92%

R = 52.49%
G = 38.59%
B = 8.92%

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

#FDBA2B (or 0xFDBA2B) is known color: Supernova. HEX triplet: FD, BA and 2B. RGB value is (253,186,43). Sum of RGB (Red+Green+Blue) = 253+186+43=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 43 (17.19% from 255 or 8.92% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA2B is #0245D4. Grayscale: #BEBEBE. Windows color (decimal): -148949 or 2865917. OLE color: 2865917.

HSL color Cylindrical-coordinate representation of color #FDBA2B: hue angle of 40.86º 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 #FDBA2B is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 186 43 -
CMYK 0 0.26 0.83 0.01
HSL 40.86º 0.98% 0.58% -
HSV(B) 40.86º 0.83% 0.99% -
XYZ 58.5 56.17 10.04 -
YUV 189.73 45.2 173.13 -
System Red Green Blue C M Y K H S L
Decimal 253 186 43 0 0.26 0.83 0.01 40.86 0.98 0.58
Hex FD BA 2B 0 1A 53 1 29 62 3A
Octal 375 272 53 0 32 123 1 51 142 72
Binary 11111101 10111010 101011 0 11010 1010011 1 101001 1100010 111010

Color Harmonies of #FDBA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA2B

Black with #FDBA2B

Text Example


Text Example

White with #FDBA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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