Html Css Color HEX #FDBA60 Rajah

📋 copy color: '#FDBA60'

red 253 ◦ green 186 ◦ blue 96

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

Shades of Rajah #FDBA60

Tints of Rajah #FDBA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.94%

R = 47.29%
G = 34.77%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDBA60 (or 0xFDBA60) is known color: Rajah. HEX triplet: FD, BA and 60. RGB value is (253,186,96). Sum of RGB (Red+Green+Blue) = 253+186+96=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA60 is #02459F. Grayscale: #C4C4C4. Windows color (decimal): -148896 or 6339325. OLE color: 6339325.

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

Color convert

RGB 253 186 96 -
CMYK 0 0.26 0.62 0.01
HSL 34.39º 0.98% 0.68% -
HSV(B) 34.39º 0.62% 0.99% -
XYZ 60.18 56.84 18.87 -
YUV 195.77 71.7 168.82 -
System Red Green Blue C M Y K H S L
Decimal 253 186 96 0 0.26 0.62 0.01 34.39 0.98 0.68
Hex FD BA 60 0 1A 3E 1 22 62 44
Octal 375 272 140 0 32 76 1 42 142 104
Binary 11111101 10111010 1100000 0 11010 111110 1 100010 1100010 1000100

Color Harmonies of #FDBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA60

Black with #FDBA60

Text Example


Text Example

White with #FDBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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